
        // btn2
                {
                    "type": "Widget", "name": "btn2",
                    "fields": {
                        "anchor": { "x": 0, "y": 0 },
                        "rect": { "x": 0, "y": 0 },
                    },
                    "children": [
        {
            "type": "RectangleWidget", "name": "BG_alpha",
            "fields": {
                "rect": { "x": 0, "y": 0, "width": 97, "height": 48 },
                "color": [ 0.0, 0.0, 0.0, 0.45 ],
                "borderColor" : [ 0.78, 0.70, 0.47, 0.6 ],
            },
            "children": [
                {
                    "type": "ClickCatcherWidget", "name": "ClickCatcher",
                    "fields": {
                        "fitToParent": true,
                    }
                },
            ]
        },
        {
            "type": "ButtonWidget", "name": "creategame",
            "fields": {
                "rect": { "x": 5, "y": 5, "scale": 0.61 },
                "filename": "Lobby\\JoinGame\\JoinGame_DesecratedBTN",
                "tooltipString": "@LobbyCreateGame",
                "onClickMessage": "PanelManager:TogglePanel:fastcreategame",
                "hoveredFrame": 3,
                "pressedFrame": 1,
            },
        },
        {
            "type": "ButtonWidget", "name": "joingame",
            "fields": {
                "rect": { "x": 49, "y": 5, "scale": 0.61 },
                "filename": "Lobby\\JoinGame\\JoinGame_DesecratedBTN",
                "tooltipString": "@LobbyJoinGame",
                "onClickMessage": "PanelManager:TogglePanel:fastjoingame",
                "hoveredFrame": 6,
                "pressedFrame": 5,
            },
            "children": [
                {
                    "type": "RectangleWidget", "name": "box",
                    "fields": {
                        "rect": { "x": 11, "y": 9, "width": 50, "height": 46 },
                        "color": [ 0.666, 0.0, 0.666, 0.25 ],
                    }
                },
            ]
        },
                    ]
                },
        // btn2